This repository was archived by the owner on Jun 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
[WIP] S2GRAPH-17: Remove unnecessary abstraction layer, Storage. #267
Open
SteamShon
wants to merge
333
commits into
master
Choose a base branch
from
feature/merge_schema_v4
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature/netty poc :+1:
…use of degree edge.
…storage package from storage.hbase.
remove JsNumber.as[Double] on sortBy in PostProcess. JIRA: [S2GRAPH-11] https://issues.apache.org/jira/browse/S2GRAPH-11 Pull Request: Closes #5
Add InWithoutParent on Where parser for performance tunning. JIRA: [S2GRAPH-16] https://issues.apache.org/jira/browse/S2GRAPH-16 Pull Request: Closes #6
…est data from storage decoupled creating service/label from benchmark test cases. JIRA: [S2GRAPH-21] https://issues.apache.org/jira/browse/S2GRAPH-21 Pull Request: Closes #7
Remove the interval option was set twice. JIRA: [S2GRAPH-18] https://issues.apache.org/jira/browse/S2GRAPH-18 Pull Request: Closes #9
bug fix in query option "sample". JIRA: [S2GRAPH-20] https://issues.apache.org/jira/browse/S2GRAPH-20 Pull Request: Closes #12 Authors: Hyunsung Jo: hyunsung.jo@gmail.com
This resolves S2GRAPH-28. Renamed insertEdgesSync to mutateEdgesSync since deletions are also handled by this function. JIRA: [S2GRAPH-28] https://issues.apache.org/jira/browse/S2GRAPH-28 Pull Request: Closes #13 Authors: Hyunsung Jo: hyunsung.jo@gmail.com
remove ws, filters which is not necessary for s2core. add missing netty jar that is missed out on S2GRAPH-9. JIRA: [S2GRAPH-31] https://issues.apache.org/jira/browse/S2GRAPH-31 Pull Request: Closes #16
…s to run timeDecay function. provide options on query to specify property for timeDecay calculations. JIRA: [S2GRAPH-34] https://issues.apache.org/jira/browse/S2GRAPH-34 Pull Request: Closes #17
provide normalize operations on fetched QueryResult. JIRA: [S2GRAPH-35] https://issues.apache.org/jira/browse/S2GRAPH-35 Pull Request: Closes #18
add withWait on incrementCounts/mutateEdgesBulk move logics for deleteAll into s2core from rest project. bug fix for ignoring isAsync flag on label for deleteAll. change kafka message for deleteAll. JIRA: [S2GRAPH-36] https://issues.apache.org/jira/browse/S2GRAPH-36 Pull Request: Closes #19
Extract LockExpireDuration as configuration. note that default value for lock.expire.time = 600 secs. lock.expire.time > 2 * max.retry.number * max.back.off JIRA: [S2GRAPH-37] https://issues.apache.org/jira/browse/S2GRAPH-37 Pull Request: Closes #20
…degree edge too. skip convertEdges on degreeEdge. not include degreeEdge to exclude/include edges in filterEdges logic. JIRA: [S2GRAPH-38] https://issues.apache.org/jira/browse/S2GRAPH-38 Pull Request: Closes #21
… InnerVal. think this is more clear exception message JIRA: [S2GRAPH-39] https://issues.apache.org/jira/browse/S2GRAPH-39 Pull Request: Closes #22
…e value when edge's label schema version is different. use toString rather hashCode on different version of InnerVal v1 and v2 InnerVal use different bytes encoding scheme. JIRA: [S2GRAPH-40] https://issues.apache.org/jira/browse/S2GRAPH-40 Pull Request: Closes #23
seperate logic for buildRawEdges and buildResultJsValue on PostProcess. refactor options on query as queryOption. JIRA: [S2GRAPH-41] https://issues.apache.org/jira/browse/S2GRAPH-41 Pull Request: Closes #24
add pad to deal with different size on splitted tokens by on place holder and passed values on transform.
ex) [["age_band.slot.$.8", "age_band"]] should give "age_band.slot.${age_band}.8", not losing last ".8".
JIRA:
[S2GRAPH-42] https://issues.apache.org/jira/browse/S2GRAPH-42
Pull Request:
Closes #25
add check for columnFilter on queryParam. JIRA: [S2GRAPH-43] https://issues.apache.org/jira/browse/S2GRAPH-43 Pull Request: Closes #26
add RequestCache for WhereParser on Query. JIRA: [S2GRAPH-44] https://issues.apache.org/jira/browse/S2GRAPH-44 Pull Request: Closes #28
add TemplateHelper to deal with custom variable on query. JIRA: [S2GRAPH-32] https://issues.apache.org/jira/browse/S2GRAPH-32 Pull Request: Closes #27
pass impressionId from header into s2core so user can specify specific becket under experiment. JIRA: [S2GRAPH-45] https://issues.apache.org/jira/browse/S2GRAPH-45 Pull Request: Closes #29
add multiQuery support and refactor unused codes. JIRA: [S2GRAPH-33] https://issues.apache.org/jira/browse/S2GRAPH-33 Pull Request: Closes #30
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR to master. now our master is same with apache master.